|
Text structuring
|
---|
Hn | headings
| DIV | division
| CENTER | centered division
| P | paragraphs
| BR | line break
| PRE | preformatted text
| HR | horizontal rule
|
|
Document header
|
---|
TITLE | document title
| META | meta information, client pull
| LINK | related resources
| STYLE | style information
|
|
Physical text styles
|
---|
B | bold
| BIG | large font
| I | italics
| SMALL | small font
| S, STRIKE | strikethrough
| SUB | subscript
| SUP | superscript
| TT | fixed width
| U | underlined
| BASEFONT | set base font size
| FONT | change font size or colour
| BLINK | blinking text
| NOBR | inhibit line breaks
| WBR | soft word break
|
|
|
Links and multimedia
|
---|
A | hypertext link
| IMG | inlined image
| MAP | client-side image map
| AREA | client-side image map area
| BGSOUND | background sound
| OBJECT | inlined object
| PARAM | parameters for object
| IFRAME | inlined document
| EMBED | inlined object
|
|
Lists
|
---|
OL | ordered (numbered) list
| UL | unordered list
| LI | list item
| DIR | directory list
| MENU | menu list
| DL | definition list
| DT | term
| DD | definition
|
|
|
|
|